home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 7
/
Amiga Format AFCD07 (Dec 1996, Issue 91).iso
/
serious
/
shareware
/
programming
/
aros
/
include
/
utility
/
utility.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-09-12
|
328 b
|
19 lines
#ifndef UTILITY_UTILITY_H
#define UTILITY_UTILITY_H
#include <exec/types.h>
#include <exec/libraries.h>
#include <dos/dos.h>
#define UTILITYNAME "utility.library"
struct UtilityBase
{
struct Library ub_LibNode;
UBYTE ub_Language;
UBYTE ub_Reserved;
struct ExecBase *ub_SysBase;
BPTR ub_SegList;
};
#endif